- rpl_asprintf
int rpl_asprintf(char[]* ret, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpl_fprintf
int rpl_fprintf(void* file, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpl_snprintf
int rpl_snprintf(char[] str, string format, A a)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpl_vasprintf
int rpl_vasprintf(char[]* ret, string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
- rpl_vfprintf
int rpl_vfprintf(void* file, string format, va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.